Document GtkBorder
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 06:37:01 +0000 (06:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 06:37:01 +0000 (06:37 +0000)
svn path=/trunk/; revision=21990

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkstyle.sgml

index ea46034902aebcbb23184978cadf6a19837901ce..b2b53e9b277302ecf4610303b81153c4a0f87e3d 100644 (file)
@@ -1,6 +1,7 @@
 2008-12-28  Matthias Clasen <mclasen@redhat.com>
        
-       * gtk/tmpl/gtkmenubar.sgml: Document GtkPackDirection.
+       * gtk/tmpl/gtkstyle.sgml: Document GtkBorder
+       * gtk/tmpl/gtkmenubar.sgml: Document GtkPackDirection
        * gtk/tmpl/gtkenums.sgml: Document GtkArrowPlacement
        * gtk/tmpl/gtkbuilder.sgml: Document GtkBuilderError
 
index b8b36b4cdd67a39550aec553d628690f9270d19a..912a6fdc35cef63bbb09a1fb292f1a6714cae6f8 100644 (file)
@@ -163,7 +163,6 @@ Does the same as gtk_style_apply_default_background().
 @Deprecated: Use gtk_style_apply_default_background() instead.
 
 
-
 <!-- ##### FUNCTION gtk_style_lookup_color ##### -->
 <para>
 
@@ -959,13 +958,15 @@ Does the same as gtk_style_apply_default_background().
 
 <!-- ##### STRUCT GtkBorder ##### -->
 <para>
-
+A struct that specifies a border around a rectangular area that can
+be of different width on each side.
 </para>
 
-@left: 
-@right: 
-@top: 
-@bottom: 
+@left: The width of the left border.
+@right: The width of the right border.
+@top: The width of the top border.
+@bottom: The width of the bottom border.
+
 
 <!-- ##### FUNCTION gtk_border_new ##### -->
 <para>